﻿2026-07-26T07:22:43.3160788Z ##[group]Run actions/checkout@v5
2026-07-26T07:22:43.3161535Z with:
2026-07-26T07:22:43.3161892Z   fetch-depth: 2
2026-07-26T07:22:43.3162283Z   repository: BigscreenVR/spt-bs-core
2026-07-26T07:22:43.3165033Z   token: ***
2026-07-26T07:22:43.3165395Z   ssh-strict: true
2026-07-26T07:22:43.3165766Z   ssh-user: git
2026-07-26T07:22:43.3166155Z   persist-credentials: true
2026-07-26T07:22:43.3166585Z   clean: true
2026-07-26T07:22:43.3166942Z   sparse-checkout-cone-mode: true
2026-07-26T07:22:43.3167366Z   fetch-tags: false
2026-07-26T07:22:43.3167738Z   show-progress: true
2026-07-26T07:22:43.3168107Z   lfs: false
2026-07-26T07:22:43.3168445Z   submodules: false
2026-07-26T07:22:43.3168800Z   set-safe-directory: true
2026-07-26T07:22:43.3169303Z   allow-unsafe-pr-checkout: false
2026-07-26T07:22:43.3169928Z ##[endgroup]
2026-07-26T07:22:43.4025431Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T07:22:43.4027019Z ##[group]Getting Git version info
2026-07-26T07:22:43.4027716Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-26T07:22:43.4028759Z [command]/usr/bin/git version
2026-07-26T07:22:43.4029375Z git version 2.43.0
2026-07-26T07:22:43.4030604Z ##[endgroup]
2026-07-26T07:22:43.4039310Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/cd544409-fbea-4d5b-a8a0-a9b93be5b1cb' before making global git config changes
2026-07-26T07:22:43.4040478Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T07:22:43.4042403Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-26T07:22:43.4074682Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-26T07:22:43.4094427Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T07:22:43.4104822Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T07:22:43.4107449Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T07:22:43.4126166Z HEAD
2026-07-26T07:22:43.4155538Z ##[endgroup]
2026-07-26T07:22:43.4156472Z [command]/usr/bin/git submodule status
2026-07-26T07:22:43.4341744Z ##[group]Cleaning the repository
2026-07-26T07:22:43.4344530Z [command]/usr/bin/git clean -ffdx
2026-07-26T07:22:43.4373524Z Removing traceable-reqs
2026-07-26T07:22:43.4379905Z [command]/usr/bin/git reset --hard HEAD
2026-07-26T07:22:43.4434138Z HEAD is now at b234fe03 Merge f52a528899c394dfffc46b94a2d12c4d763f88b8 into c6fd914d57fe8d4c41a9bba9874629aa47e1a17a
2026-07-26T07:22:43.4438405Z ##[endgroup]
2026-07-26T07:22:43.4440353Z ##[group]Disabling automatic garbage collection
2026-07-26T07:22:43.4443675Z [command]/usr/bin/git config --local gc.auto 0
2026-07-26T07:22:43.4469654Z ##[endgroup]
2026-07-26T07:22:43.4470379Z ##[group]Setting up auth
2026-07-26T07:22:43.4475221Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-26T07:22:43.4499965Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-26T07:22:43.4684161Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T07:22:43.4710777Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-26T07:22:43.4896360Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T07:22:43.4924135Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-26T07:22:43.5113675Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-26T07:22:43.5144789Z ##[endgroup]
2026-07-26T07:22:43.5152248Z ##[group]Fetching the repository
2026-07-26T07:22:43.5153335Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +41a27125611ff231ac8b80c91f5b3bcb074eaab1:refs/remotes/pull/79/merge
2026-07-26T07:22:44.0838314Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-26T07:22:44.0840218Z  * [new ref]           41a27125611ff231ac8b80c91f5b3bcb074eaab1 -> pull/79/merge
2026-07-26T07:22:44.0859459Z ##[endgroup]
2026-07-26T07:22:44.0860360Z ##[group]Determining the checkout info
2026-07-26T07:22:44.0861328Z ##[endgroup]
2026-07-26T07:22:44.0864662Z [command]/usr/bin/git sparse-checkout disable
2026-07-26T07:22:44.0903835Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-26T07:22:44.0929395Z ##[group]Checking out the ref
2026-07-26T07:22:44.0931820Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/79/merge
2026-07-26T07:22:44.1090188Z Previous HEAD position was b234fe03 Merge f52a528899c394dfffc46b94a2d12c4d763f88b8 into c6fd914d57fe8d4c41a9bba9874629aa47e1a17a
2026-07-26T07:22:44.1093051Z HEAD is now at 41a27125 Merge 0d5f6eed4fa2c1e84f7d5a982a355c4aed782153 into c6fd914d57fe8d4c41a9bba9874629aa47e1a17a
2026-07-26T07:22:44.1097900Z ##[endgroup]
2026-07-26T07:22:44.1131029Z [command]/usr/bin/git log -1 --format=%H
2026-07-26T07:22:44.1150668Z 41a27125611ff231ac8b80c91f5b3bcb074eaab1
